]> git.r.bdr.sh - rbdr/map/blame - Map/Core Extensions/Font+Theme.swift
Update to support notes + new style
[rbdr/map] / Map / Core Extensions / Font+Theme.swift
CommitLineData
fdb4633d
RBR
1import SwiftUI
2
3public extension Font {
4 struct theme {
5 static let axisLabel = Font.custom("Hiragino Mincho ProN", size: 14)
6 static let vertexLabel = Font.custom("Hiragino Mincho ProN", size: 12)
7 }
8}